OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValidOperands
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
1821
assert(
isValidOperands
(Val, Index) &&
1835
assert(
isValidOperands
(Val, Index) &&
1843
bool ExtractElementInst::
isValidOperands
(const Value *Val, const Value *Index) {
1859
assert(
isValidOperands
(Vec, Elt, Index) &&
1873
assert(
isValidOperands
(Vec, Elt, Index) &&
1882
bool InsertElementInst::
isValidOperands
(const Value *Vec, const Value *Elt,
1907
assert(
isValidOperands
(V1, V2, Mask) &&
1925
assert(
isValidOperands
(V1, V2, Mask) &&
1944
assert(
isValidOperands
(V1, V2, Mask) &&
1959
assert(
isValidOperands
(V1, V2, Mask) &
[
all
...]
ConstantsContext.h
191
assert(ShuffleVectorInst::
isValidOperands
(C1, C2, Mask) &&
Verifier.cpp
3603
ExtractElementInst::
isValidOperands
(EI.getOperand(0), EI.getOperand(1)),
3609
Assert(InsertElementInst::
isValidOperands
(IE.getOperand(0), IE.getOperand(1),
3616
Assert(ShuffleVectorInst::
isValidOperands
(SV.getOperand(0), SV.getOperand(1),
Constants.cpp
2588
assert(ShuffleVectorInst::
isValidOperands
(V1, V2, Mask) &&
/src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
Operations.cpp
302
return ShuffleVectorInst::
isValidOperands
(Cur[0], Cur[1], V);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
1891
static bool
isValidOperands
(const Value *Vec, const Value *Idx);
1956
static bool
isValidOperands
(const Value *Vec, const Value *NewElt,
2030
static bool
isValidOperands
(const Value *V1, const Value *V2,
2032
static bool
isValidOperands
(const Value *V1, const Value *V2,
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
3930
if (!ShuffleVectorInst::
isValidOperands
(Elts[0], Elts[1], Elts[2]))
3938
if (!ExtractElementInst::
isValidOperands
(Elts[0], Elts[1]))
3945
if (!InsertElementInst::
isValidOperands
(Elts[0], Elts[1], Elts[2]))
7108
if (!ExtractElementInst::
isValidOperands
(Op0, Op1))
7127
if (!InsertElementInst::
isValidOperands
(Op0, Op1, Op2))
7146
if (!ShuffleVectorInst::
isValidOperands
(Op0, Op1, Op2))
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
2412
if (!ShuffleVectorInst::
isValidOperands
(Op0, Op1, Op2))
Completed in 93 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026